home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / shareware / fractals / apfelkiste / apfelkiste1.3 / source / apfelkiste1.3src.lzh / Apf0.h next >
Text File  |  1991-06-13  |  668b  |  27 lines

  1. /************************************************************************/
  2. /* Apf0.h --- Preprocessor definitions to distinct the gadgets        */
  3. /************************************************************************/
  4.  
  5. #define GAD_FLOAT    1
  6. #define GAD_FXP        2
  7. #define GAD_QUIT    3
  8. #define GAD_SAVE    4
  9. #define GAD_LOAD    5
  10. #define GAD_REAL0    6
  11. #define GAD_REAL1    7
  12. #define GAD_IMAG0    8
  13. #define GAD_IMAG1    9
  14. #define GAD_MAXITER    10
  15. #define GAD_DIV        11
  16. #define GAD_XSIZE    12
  17. #define GAD_YSIZE    13
  18. #define GAD_DEPTH    14
  19. #define GAD_MOUSE    15
  20. #define GAD_VIEW    16
  21. #define GAD_PRINT    17
  22. #define GAD_CYCLE    18
  23. #define GAD_DEFAULT    19
  24. #define GAD_TASK    20
  25. #define GAD_ABOUT    21
  26. #define GAD_COLOR    22
  27.